RubyPosition Enumeration
The vertical position of the ruby text in relationship to the ruby base.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
Public Enumeration RubyPosition
| Above | 0 |
Ruby text should be above ruby base text.
|
| Below | 1 |
Ruby text should be below ruby base text.
|
| None | 2 |
None.
|